ComponentOne Data Source for Entity Framework
C1.LiveLinq.Indexing Namespace / SubindexCollection<T> Class / Item Property
The zero-based ordinal position of the subindex to find

In This Topic
    Item Property (SubindexCollection<T>)
    In This Topic
    Gets the subindex object at the specified ordinal position in the collection.
    Syntax
    'Declaration
     
    
    Public ReadOnly Default Property Item( _
       ByVal ordinal As System.Integer _
    ) As Subindex(Of T)
    public Subindex<T> this[ 
       System.int ordinal
    ]; {get;}

    Parameters

    ordinal
    The zero-based ordinal position of the subindex to find
    See Also